-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Crash in bridge input pasted non-numeric and add v1link translation #11132
base: develop
Are you sure you want to change the base?
fix: Crash in bridge input pasted non-numeric and add v1link translation #11132
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Skipped Deployments
|
|
904aaae
to
7a1ba6a
Compare
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
85f9998
to
89370e8
Compare
@SocketSecurity ignore-all |
89370e8
to
99dea64
Compare
99dea64
to
3494e9a
Compare
PR-Codex overview
This PR focuses on enhancing the
V1BridgeLink
component to accept a customizable link text, improving localization support, and integrating new hooks for better functionality in theCanonicalBridge
component.Detailed summary
package.json
to include@pancakeswap/hooks
.V1BridgeLink
to accept av1LinkText
prop.BridgePage
.useLastUpdated
hook inCanonicalBridge
for input handling.